home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 276
- Top = 130
- Width = 290
- Height = 191
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Button1: TButton
- Left = 20
- Top = 56
- Width = 101
- Height = 29
- Caption = 'Test'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 152
- Top = 56
- Width = 93
- Height = 29
- Caption = 'Exit'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 24
- Top = 108
- Width = 97
- Height = 25
- Caption = 'Display On'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 152
- Top = 104
- Width = 93
- Height = 29
- Caption = 'Display Off'
- TabOrder = 3
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 148
- Top = 16
- Width = 97
- Height = 29
- Caption = 'As Function'
- TabOrder = 4
- OnClick = Button5Click
- end
- object DM: TDebMono
- Text = '---DebMono V1.00 instantiated---'
- NoDisplay = 0
- Left = 20
- Top = 8
- end
- end
-